Skip to content

Comments

add missing persistqueue dependency#66

Merged
Roey7 merged 1 commit intoGerevAI:mainfrom
teynar:patch-1
Mar 27, 2023
Merged

add missing persistqueue dependency#66
Roey7 merged 1 commit intoGerevAI:mainfrom
teynar:patch-1

Conversation

@teynar
Copy link
Contributor

@teynar teynar commented Mar 27, 2023

from persistqueue import SQLiteAckQueue

  File "/home/teynar/projects/gerev/app/./main.py", line 20, in <module>
    from indexing.background_indexer import BackgroundIndexer
  File "/home/teynar/projects/gerev/app/./indexing/background_indexer.py", line 5, in <module>
    from index_queue import IndexQueue
  File "/home/teynar/projects/gerev/app/./index_queue.py", line 5, in <module>
    from persistqueue import SQLiteAckQueue
ModuleNotFoundError: No module named 'persistqueue'

@Roey7 Roey7 merged commit 711610d into GerevAI:main Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants